/** dashboard.css */

/* layout */
#dashboard-block {
    display: block;
    position: relative;
    background-color: white;
    border: 1px solid #E3E3E3;
    padding: 20px 15px;
}

/* toolbard */
#dasboard-tools {
    position: relative;
    height: 50px;
    width: 100%;
    margin-right: 15px;
    padding-left: 5px;
}
#dasboard-tools > .fa {
    margin-right: 5px;
    font-size: 1.8em;
    color: #9E9E9E;
}
#dasboard-tools > .fa:hover {
    color: #6C9E00 !important;
}

/* tabs */
#dashboard-tabs {
    display: block;
    position: relative;
    padding: 15px 10px 0 60px;
}
#dashboard-tabs .nav-tabs.nav-justified {
    border-bottom: 1px solid #ccc;
}
#dashboard-tabs .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border-bottom:px solid #6C9E00;
}

/* components */
.dashboard-table {
    display: block;
    position: relative;
    width: 100%;
}
.dashboard-carousel {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.dashboard-carousel #carousel-example-generic .glyphicon {
    color: #DCDCDC;
}
.panel-default > .panel-indicators {
    background-color: #6C9E00;
    color: white;
}
.panel-indicators .panel-title .profil-menu, .panel-indicators .panel-title .profil-menu:after  {
    color: white;
}
#dashboard-content .tab-pane h2 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
#multiple-profiles-excel-export-modal .list-two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
}
#loading-locker {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    z-index:1051;
    right:0;
    background:rgba(255, 255, 255, 0.9);
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}
#loading-locker .loading-container {
     background:url('../../images/loading.gif') no-repeat;
     background-position:center;
     height:100px;
}
